ID2D1TessellationSink

Undocumented in source.
version(Windows && Direct2D_1_1 && DirectWrite && Direct2D_1_0)
interface ID2D1TessellationSink : IUnknown {}

Members

Functions

AddTriangles
void AddTriangles(const(D2D1_TRIANGLE)* triangles, UINT32 trianglesCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
Close
HRESULT Close()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Inherited Members

From IUnknown

QueryInterface
HRESULT QueryInterface(IID* riid, void** pvObject)
Undocumented in source.
AddRef
ULONG AddRef()
Undocumented in source.
Release
ULONG Release()
Undocumented in source.

Meta